Main Page | Data Structures | File List | Data Fields | Globals

BustaModelCustomer Class Reference

Customer model. More...

#include <BustaModelCustomer.h>


Public Member Functions

 BustaModelCustomer ()
 Constructor.
 ~BustaModelCustomer ()
 Destructor.
int getTime ()
 Time left on order.
void setTime (int t)
 Sets order time.
BustaModelFoodPiece ** getOrder ()
 Current order.
void setOrder (BustaModelFoodPiece **o)
 Sets the current Customer order.


Detailed Description

Customer model.

Model representing the customer. Has time left on order as well as sandwich requested


Constructor & Destructor Documentation

BustaModelCustomer::BustaModelCustomer  ) 
 

Constructor.

Initializes variables

BustaModelCustomer::~BustaModelCustomer  ) 
 

Destructor.


Member Function Documentation

BustaModelFoodPiece ** BustaModelCustomer::getOrder  ) 
 

Current order.

Returns pointer to the current Customer order

int BustaModelCustomer::getTime  ) 
 

Time left on order.

Gets the time left on the customer order

void BustaModelCustomer::setOrder BustaModelFoodPiece **  o  ) 
 

Sets the current Customer order.

Currently a stub function

void BustaModelCustomer::setTime int  t  ) 
 

Sets order time.

Sets the time left on the order


Generated on Tue Aug 2 22:03:12 2005 for BustaSandwich Models by  doxygen 1.4.2-20050421